home *** CD-ROM | disk | FTP | other *** search
- Path: jupiter.planet.net!usenet
- From: Chris Kemp <chrisk@paladn.com>
- Newsgroups: comp.lang.c++
- Subject: function checking
- Date: 2 Jan 1996 12:38:25 GMT
- Organization: Paladin Consultants, Inc.
- Message-ID: <4cb901$nf@jupiter.planet.net>
- NNTP-Posting-Host: denv1.planet.net
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.2N (Windows; I; 32bit)
-
- I am making an application which receives input over a serial port in the form of:
- function parm1 parm2 ,,,parmn
-
- The program has many functions, most overloaded.
- The input line will be parsed, and I am thinking about HOW TO VALIDATE
- the parameters with respect to type and number BEFORE they get
- passed into the function.
-
- Any thoughts would be appreciated.
-
- TIA
-
-